home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / nl310b5.zip / REVISION.TXT < prev   
Text File  |  1997-05-07  |  10KB  |  262 lines

  1. Revision History:
  2.  
  3. 3.10 Beta 5
  4. -----------
  5. Fixed a GP fault with manually-launched programs (this was actually fixed in
  6. a second upload of beta 4, so you may not have seen this error)
  7.  
  8. Slight alterations to the helpfile & the Program Prefs dialog to make room for
  9. future additions.
  10.  
  11. Added a very tiny .WAV file player (PLAYWAV.EXE) to the archive.  This will
  12. let you play any .WAV file on a connect/disconnect event.  It gets installed
  13. to your WINDOWS directory along with NetLaunch.
  14.  
  15.  
  16. 3.10 Beta 4
  17. -----------
  18. Broke the scheduler in beta 3.  Fixed!  Sorry.
  19.  
  20. Fixed a reconnect bug.  NetLaunch was minimizing the "Connected to" dialog
  21. when it appears underneath the "Reconnect/Cancel" dialog, and it should not
  22. have been.  It was causing all sorts of problems.
  23.  
  24. Fixed a GP fault when manually launching programs from the Launch List.
  25.  
  26.  
  27. 3.10 Beta 3
  28. -----------
  29. Fixed the left-clicked menu problem when you've selectively hidden DUN
  30. connections.  It would either not launch the connection or would launch the
  31. wrong one.
  32.  
  33. Added minimize Internet News & Mail to the software.  It now will check if it
  34. is launching Explorer, and will adjust its method of minimizing the
  35. application accordingly.  To auto-minimize either Internet News or Mail, open
  36. the Launch List, right-click on the icon, and select Properties.  Select the
  37. Shortcut tab, and change the run mode to "Run minimized".  NetLaunch will take
  38. care of the rest.
  39.  
  40. Added no-focus launching, so apps can be started without giving them the
  41. window focus.  This doesn't work for all apps, only those written properly.
  42. (Internet News & Mail do not pay attention to the NoFocus param...losers!)
  43.  
  44. Altered the GUI behavior for the Launch Options.  You may now select the "Only
  45. one instance" and "No focus" checkboxes for manually launched applications.
  46.  
  47.  
  48. 3.10 Beta 2
  49. -----------
  50. Added "just prior to" options for launching/closing programs prior to a
  51. connect or disconnect
  52.  
  53. Fixed the context menu bug introduced in beta 1
  54.  
  55.  
  56. 3.10 Beta 1
  57. -----------
  58. Added a lot of new features!  Things like:
  59. - Retry on error like Windows NT...this is WAY cool!
  60. - Can now press either "Reconnect" or CANCEL on a DUN disconnect
  61. - Can minimize or hide the "Connected to" dialog
  62. - Can prevent program icons and connection icons from showing up
  63.   in the context menu
  64.  
  65. Fixed some of the problems preventing me from enabling all the compiler
  66. optimizations, so now the program is even smaller than it was before!
  67.  
  68.  
  69. 3.06c
  70. -----
  71. Fix for Spanish version of Windows 95.  Seems there was a trailing space on
  72. the "Connectar Con" string in the RASPI32.DLL which is trimmed when the window
  73. is opened, and NetLaunch was unable to "see" the window.
  74.  
  75. Fixed an unhandled exception error when disconnecting from an ISP in Windows
  76. NT.
  77.  
  78.  
  79. 3.06b
  80. -----
  81. Added disable support.  NetLaunch can now be enabled and disabled
  82.  
  83.  
  84. 3.06a
  85. -----
  86. Fixed a small GUI bug
  87.  
  88.  
  89. 3.06
  90. -----
  91. More tweaking on the GUI, specifically the Launch List launch and
  92. close settings for programs.
  93.  
  94. Fixed the Destroy Window.  It was not working at all.
  95.  
  96. Changed the methodology of how NetLaunch looks for windows to send close or
  97. destroy messages to.  Previously, NetLaunch would simply enumerate the windows
  98. of the main thread of an application.  However, this was not working on many
  99. programs that create windows in spawned threads (other than the primary
  100. thread).  NetLaunch now enumerates all the windows and matches them with their
  101. Process ID's to determine which apps own which windows.  It can now send
  102. messages to windows no matter which thread of an app opened it.
  103.  
  104.  
  105. 3.05d
  106. -----
  107. Fixed an unhandled exception in NT when dealing with the context menu change I
  108. put into 3.05c (grin)
  109.  
  110. Added a new checkbox to remove the connection entries from the context menu
  111. when you are already connected.
  112.  
  113.  
  114. 3.05c
  115. -----
  116. Changed the context menu to handle huge amounts of programs in the Launch
  117. List.  Previously if you were in 640x480 and had a lot of programs in the
  118. list, the menu would keep going down vertically, even past the end of the
  119. visible display area.  Added logic to allow it to do multiple columns.
  120.  
  121.  
  122. 3.05b
  123. -----
  124. When I reworked the disconnection detection code for NT a while back, I
  125. accidentally broke the "press redial button" code.  FIXED!
  126.  
  127. Fixed a very tiny GUI bug when you've added a new connection to DUN.  It
  128. would sometimes show the "Apply" button when you hadn't changed anything
  129. in the "Connections" tab.
  130.  
  131.  
  132. 3.05a
  133. -----
  134. Removed "push buttons for all dialup connections".  It is now automatic and
  135. can not be disabled.  Most of the "dialog skipping" routines required this
  136. feature enabled and would not work otherwise.
  137.  
  138. Fixed long dial-up names.  If the name of the dialup connection is longer 
  139. than 18 characters, Windows95 truncates the name and appends "..." to it.
  140. This was throwing off NetLaunch, especially since the behavior in OSR2 is
  141. different than old Windows 95.
  142.  
  143.  
  144. 3.05
  145. ----
  146. Small tweaks.  Fixed a couple small bugs when trying to press buttons for the
  147. "Connect To" dialog.
  148.  
  149. Messing with the optimization settings for my compiler.  Some of the features
  150. are causing inconsistencies between my debug and release builds and are
  151. causing a lot of problems.  Unfortunately it means the executable is a little
  152. bigger now.
  153.  
  154. I was leaving some handles open when it launched/closed programs.  Fixed!
  155.  
  156. The Launch List in the Preferences screen is updated properly when you change
  157. the Launch List directory.  You no longer have to exit Prefs and come back in
  158.  
  159. Changed the way I resolve links and ask for a pathname/filename from the
  160. system.  I was asking for the shortpath (8.3 format) instead of the UNC path,
  161. and some programs...well, ONE program didn't like it.  It was Agent 1.0
  162.  
  163. Separated the INF file into two versions, one for NT and one for 95.  Why
  164. can't Microsoft name their setup API DLL's the same in NT and 95?  It'd make
  165. the uninstall process SO much easier!
  166.  
  167. Fixed the "Hide connected dialog" button...was not updating properly
  168.  
  169. Fixed a long ISP name bug...The "Connect To" dialog was truncating the name
  170. in the static control I was looking at--fortunately there's a hidden on in
  171. the dialog with the full name.
  172.  
  173. 3.04
  174. ----
  175. Fixed a major bug that could cause your system to get seriously unstable
  176. after running NetLaunch for a long time.  I kept opening the registry key
  177. every 2 seconds and not closing it...so each time it would open another
  178. handle, then another, then another...you get the point.  I didn't catch it
  179. until I ran NT's task manager.  (Thank God!)
  180.  
  181. Fixed a small registry cleanup bug
  182.  
  183. Added a time-delay launch so a program can launch after a designated period
  184. of time after a connect.  That way it doesn't totally cripple your system by
  185. launching all the programs at the same time.
  186.  
  187. Can now hide the "Connected" dialog...None of this minimizing crap.  It's 
  188. GONE!  (I always hated having that window in my taskbar!)
  189.  
  190. Added left-click support and a new "Connections" hotkey.  Left-clicking on
  191. the NetLaunch icon now brings up an abbreviated Connections menu, allowing
  192. you to connect and disconnect.  The hotkey does the same thing, only with
  193. the keyboard of course.
  194.  
  195.  
  196. 3.03
  197. ----
  198. Fixed a bug when executing command-line params that caused programs to be
  199. launched in the Launch List.
  200.  
  201. The program now reports when it cannot resolve a link.
  202.  
  203. NetLaunch can press the "Connect" button and override username/password in
  204. NT.  Of course, this only works if the dialog pops up.
  205.  
  206.  
  207. 3.02
  208. ----
  209. Fixed the fix to scheduling
  210.  
  211. Fixed disconnect detect problem in NT
  212.  
  213. Will no longer try to connect to a connection already established
  214.  
  215.  
  216. 3.01
  217. ----
  218. Fixed the Windows NT support.  It was WAAAY broken.  (I had to install NT to
  219. do this however...sigh)
  220.  
  221. Fixed the Launch List directory defaults...it was broke, too.
  222.  
  223. Fixed the scheduling bug for connections with an underscore.
  224.  
  225. Fixed numerous incorrect registry access functions that NT is more picky
  226. than 95 about.
  227.  
  228.  
  229. 3.00 Released 04-25-1997
  230. ------------------------
  231. Fixes from the most recent beta:
  232.  
  233. Fixed a dumb (but elusive) bug that erased the "program" tab preferences when
  234. you were in the Launch Opts screen (and had not switched to "Prog opts") and
  235. changed one of the "Apply to all/each" radio buttons.  Duhh!
  236.  
  237. Made the Prefs screen a little smarter.  It doesn't give you the "Apply"
  238. button now unless you really CHANGE something.
  239.  
  240. Removed the multimedia timer I was using for scheduling, and made the schedule
  241. timing code smarter so it didn't require the kind of accuracy I needed before.
  242.  
  243. Fixed a bug that caused the helpfile to be repeatedly shown when you had no
  244. items in the Launch List.  Oops!
  245.  
  246. It now disables the functions that do not work on Windows NT, namely the
  247. button-pressing options.
  248.  
  249. Small cosmetic changes.  Fixed incorrect tab orders, fixed a font bug that
  250. caused the entries in the context menu not to reflect the current menu font
  251. if you changed it while NetLaunch was running.  Centered text and icons in my
  252. owner-draw stuff so it looks better with non-standard fonts and sizes.
  253.  
  254. Added some more information about the "Only one instance" checkbox and its
  255. limitations in the current release.
  256.  
  257. NetLaunch tries to put your default Dial-Up connection first in its menu, but
  258. it sometimes put a bogus name there if you changed the name of your connection
  259. but had not used it yet.
  260.  
  261. Put the LAUNCH.INF back in the ZIP file.  Oops!
  262.